Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for regression #75

Open
wants to merge 206 commits into
base: develop
Choose a base branch
from
Open

Add support for regression #75

wants to merge 206 commits into from

Conversation

breyerml
Copy link
Member

Add support for regression to PLSSVM for all backends.
Changes the API!: csvm is renamed to csvc, csvr is added

Additionally, greatly improves the Python bindings as well as adding many Python code examples.
Fix Windows action (MSVC is supported again).

…he number of dependencies (removed dependencies for CPU as well as NVIDIA and AMD GPU discovery).
… For regression, we only use the current real_type on the command line.
…t operators for the data_Set class (since we now have a virtual destructor).
…ate the LIBSVM model parsing functions accordingly. Implement the fit, predict, and score functions (placeholders in case of the SVR) and update the executable main functions accordingly.
@breyerml
Copy link
Member Author

Also closes #74.

@breyerml breyerml added the enhancement New feature or request label Feb 18, 2025
@breyerml breyerml self-assigned this Feb 18, 2025
@breyerml breyerml requested a review from vancraar February 18, 2025 16:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants